lcPropPutInt Home

Sets a property's value of integer type.

 BOOL lcPropPutInt (
   HANDLE hObject,
   int idProp,
   int Value
 );

Parameters
hObject
  Handle to object.
idProp
  Property's identifier.
Value
  Property's new value.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Access Objects PropertieslcPropGetInt